home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 726-750 / 737 / prlabel / myio.h < prev    next >
Text File  |  1995-03-18  |  135b  |  9 lines

  1. #define MYIO_MAXBUFF 80
  2.  
  3. typedef struct
  4. {
  5.    int   firstcall,
  6.          ngot,
  7.          bufptr;
  8.    char  buffer[MYIO_MAXBUFF];
  9. }  IOBUFF;